Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
Fix64 INumeric<Fix64>.RightShift(
int count
)Private Function RightShift (
count As Integer
) As Fix64 Implements INumeric(Of Fix64).RightShiftprivate:
virtual Fix64 RightShift(
int count
) sealed = INumeric<Fix64>::RightShiftprivate abstract RightShift :
count : int -> Fix64
private override RightShift :
count : int -> Fix64